Document how to make thread dumps - #2628
Merged
Merged
Conversation
✅ Thanks for your pull request to the openHAB documentation! The result can be previewed at the URL below (this comment and the preview will be updated if you add more commits).Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
Nadahar
force-pushed
the
thread-dumps
branch
3 times, most recently
from
December 30, 2025 05:29
9cfd129 to
229caa8
Compare
Signed-off-by: Ravi Nadahar <nadahar@rediffmail.com>
Nadahar
force-pushed
the
thread-dumps
branch
from
December 30, 2025 05:40
229caa8 to
ab6550d
Compare
andrewfg
suggested changes
Dec 30, 2025
andrewfg
left a comment
Contributor
There was a problem hiding this comment.
Just one small comment below..
Also wondering if we should document openhab/openhab-core#4948 here?
Otherwise LGTM.
Contributor
Author
That might not be a bad idea, but my immediate need is to have somewhere to reference every time I need to ask people to make a thread dump. |
stefan-hoehn
approved these changes
Dec 31, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Time and time again, I need to tell people how to make thread dumps, and I finally decided to document it to not have to look up how to every time.
Thread dumps are very useful for figuring out deadlocks or why a system slows down to a crawl.
Feel free to point out formatting or spelling issues.